home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 96 / PC Zone #096.7z / Dppcz1200.mdf / Demos / Gunlok / data1.cab / Program_Executable_Files / scripts / Training_Level.gcs < prev    next >
Text File  |  2000-09-09  |  3KB  |  91 lines

  1. echo off
  2. cd set volume 60000
  3. cd play looping 3
  4. batch common.gcs
  5.  
  6. fogcolour 0 0 0
  7. fogupdate 10
  8. fogtransition 3
  9. fogvalue 0.67
  10.  
  11. vision on
  12.  
  13. sunangle 90
  14. sunangle2 100
  15. sunangle 45
  16. sunbrightness 2 1.5 0.8
  17.  
  18. set camera pos -5 10 -108
  19. set camera ori 0 419 315
  20. set distance 35
  21.  
  22. // forcebars_a
  23. laser fence "COMPB DUM G" "COMPB DUM GB" 0.25
  24. laser fence "COMPB DUM H" "COMPB DUM HB" 0.25
  25. laser fence "COMPB DUM I" "COMPB DUM IB" 0.25
  26. laser fence "COMPB DUM J" "COMPB DUM JB" 0.25
  27. laser fence "COMPB DUM K" "COMPB DUM KB" 0.25
  28. laser fence "COMPB DUM L" "COMPB DUM LB" 0.25
  29.  
  30. door "doora" 0
  31. close door 0
  32.  
  33. // forcebars_b
  34. laser fence "COMPB DUM A" "COMPB DUM AB" 0.25
  35. laser fence "COMPB DUM B" "COMPB DUM BB" 0.25
  36. laser fence "COMPB DUM C" "COMPB DUM CB" 0.25
  37. laser fence "COMPB DUM D" "COMPB DUM DB" 0.25
  38. laser fence "COMPB DUM E" "COMPB DUM EB" 0.25
  39. laser fence "COMPB DUM F" "COMPB DUM FB" 0.25
  40.  
  41. // forcebars_c
  42. laser fence "COMPB DUM M" "COMPB DUM MB" 0.25
  43. laser fence "COMPB DUM N" "COMPB DUM NB" 0.25
  44. laser fence "COMPB DUM O" "COMPB DUM OB" 0.25
  45. laser fence "COMPB DUM P" "COMPB DUM PB" 0.25
  46. laser fence "COMPB DUM Q" "COMPB DUM QB" 0.25
  47. laser fence "COMPB DUM R" "COMPB DUM RB" 0.25
  48.  
  49. door "doorb" 1
  50. door "area2dum" 2
  51. door "area3dum" 3
  52. door "area4dum" 4
  53. door "doorc" 5
  54. close door 1
  55. close door 2
  56. close door 3
  57. close door 4
  58. close door 5
  59.  
  60. water 0 wetdumb wetduma 1
  61. set water direction wetduma 0.5 0.5 0
  62.  
  63. heap garbage_cb mini_battery_plus
  64. heap garbage_db plasma_bolts
  65.  
  66. add trigger location area2trig 4 Training_Level_Area2.gcs
  67. add trigger location area3trig 3 Training_Level_Area3.gcs
  68. add trigger location area4trig 5 Training_Level_Area4.gcs
  69.  
  70. set track lift_a "lift dum a" "lift dum b" "lift dum c" "lift dum d" true
  71. attach lift_a
  72. // We'll change these to associations (ie. one use only) in the area 1
  73. // script so we can check when they've been used. For now, we just link
  74. // them to a script file that isn't there, so they won't do anything 
  75. // but they'll have the correct cursor.
  76. link liftswitcha deliberately_missing_script.gcs        
  77. link liftswitchaa deliberately_missing_script.gcs
  78. link liftswitchab deliberately_missing_script.gcs    
  79.  
  80. add trigger time 1 Training_Level_Area1.gcs
  81. vulnerability compgenb elint 5 script traininglowerfenceb.gcs interface_beam
  82. // Note: The other vulnerability that was here gets added in the
  83. //       Training_Level_Area4.gcs script now.
  84. add trigger death traininglowerfencea.gcs compgena
  85.  
  86. echo on
  87.  
  88.  
  89.  
  90.  
  91.